home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / mh200 / mh.doc next >
Text File  |  1988-04-30  |  4KB  |  67 lines

  1.                ***** THIS IS A SHAREWARE PRODUCT *****
  2.                     Registration is NOT optional.
  3.             If you use this product you must pay for it.
  4.                If you don't pay for it, DON'T use it.
  5.  
  6. PROGRAM:     MHP.COM, MHR.COM - Meathook network file sharing service
  7. VERSION:     2.00 January 6, 1988
  8. AUTHOR:      Keith P. Graham
  9. DESCRIPTION: This program allows users of networks using DOS 3.x file
  10.              sharing to run programs written to DOS 2.x standards.
  11.              The program intercepts DOS function calls to open files
  12.              and alters them to allow full read/write access. There is
  13.              a certain degree of protection lost, but programs can share
  14.              files which were previously accessed in exclusive modes.
  15.              The program was written and tested for a 3COM BBS system
  16.              so that doors written without sharing ability could share
  17.              files.
  18.              There are two versions of the program. MHP.COM is a
  19.              pass through program which offers temporary service. It
  20.              loads itself for the execution of one command and then
  21.              deinstalls itself. MHR.COM is a resident version which
  22.              is loaded once, typically at boot, and remains resident
  23.              until the computer is rebooted.
  24.              Both programs operate identically while installed.
  25.              All calls to DOS are intercepted and inspected. Requests
  26.              to DOS to open files are altered to allow sharing.
  27.              If a program is using DOS 3.x share funtions in its open
  28.              request the request is passed unaltered to DOS. The
  29.              reasoning is that older type requests reflect ignorance
  30.              of the presence of the network and must be altered, and
  31.              and that more sophisticated opens must be passed on
  32.              assuming that the program has a good reason to use
  33.              DOS 3.x file sharing techniques.
  34. USAGE:       The form for using MHP.COM is:
  35.              MHP /n any-command + parameters
  36.              /n is an optional intelligent security switch (for Beta
  37.              testers only! See below how to become a Beta tester).
  38.              Simply prefix and normal DOS command or program name
  39.              with MHP followed by a space. MHP can execute any program
  40.              or command the same way DOS does. When the program or
  41.              command is complete, MHP will deinstall itself.
  42.              For example:
  43.                 MHP COPY C:*.DOC A:
  44.              normally if a node had opened a .DOC file on the C:
  45.              disk a share violation message would appear. Under MHP
  46.              no share violation will occur.
  47.              Another example:
  48.                MHP WP
  49.              This would execute the program WP which would be able to
  50.              open files which are being read by other nodes. When
  51.              WP is finished then MHP would also be complete.
  52.              MHR is installed once by entering:
  53.                MHR
  54.              The difference between the two programs is a matter of
  55.              convenience and resources. MHP uses about 5k of memory,
  56.              but gives it up when it is done.
  57.              MHR only uses about 1k of memory but can't be turned off.
  58.              There are several switches which can be used for more
  59.              flexible control of security on the network.
  60.  
  61. COMMENTS:    MEATHOOK got its name from Charlie Innusa and I can't
  62.              say that I entirely like it, but the program was
  63.              completely Charlie's idea and he is responsible for the
  64.              name.
  65.  
  66.  
  67.